/* NEWSLETTER */
.newsletter-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 257px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsletter-entete {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.newsletter-entete-titre {
    margin-left: 30px;
    text-transform: uppercase;
    color: white;
    font-size: 101px;
    font-family: 'Hansief Rough';
}
.newsletter-entete .btn-accueil {
    margin-left: 80px;
    width: 102px;
    height: 144px;
    background-color: #D34B34;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
}
.newsletter-entete .btn-accueil span {
    margin-top: 10px;
    text-transform: uppercase;
    color: white;
    font-family: 'OpenSans-ExtraBold';
    font-size: 18px;
}

.newsletter-description {
    margin-top: 40px;
    width: 580px;
    font-family: 'OpenSans-SemiBold';
    font-size: 20px;
    color: white;

}
.newsletter-qr {
    margin-top: 93px;
    width: 200px;
}
/**********/


/* RÉSEAUX SOCIAUX */
.reseaux-container {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 67px;
    display: flex;
    flex-direction: column;
    align-items: center
}
.reseaux-entete {
    width: calc(100% - 180px);
    margin-left: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container_main-droit.smaller .reseaux-entete {
    width: calc(100% - 100px);
    margin-left: 50px;
}
.reseaux-entete-titre {
    text-align: center;
    max-width: 580px;
    text-transform: uppercase;
    color: white;
    font-size: 80px;
    font-family: 'Hansief Rough';
}
.container_main-droit.smaller .reseaux-entete-titre {
    font-size: 60px;
}
.reseaux-container .btn-accueil {
    width: 102px;
    height: 144px;
    background-color: #D34B34;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
}
.reseaux-container .btn-accueil span {
    margin-top: 10px;
    text-transform: uppercase;
    color: white;
    font-family: 'OpenSans-ExtraBold';
    font-size: 18px;
}

.reseaux-icones {
    margin-top: 37px;
}

.reseaux-liste {
    margin-top: 44px;
    width: calc(100% - 200px);
    height: 590px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}
.container_main-droit.smaller .reseaux-liste {
    margin-top: 110px;
    width: 640px;
    height: 500px;
}
.reseaux-liste-content {
    border-radius: 4px;
    padding: 61px 62px 0 6px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.container_main-droit.smaller .reseaux-liste-content {
    padding-top: 36px;
    padding-right: 6px;
}
.reseaux-liste-content:nth-child(1) { background-color: #7DD4EB; }
.reseaux-liste-content:nth-child(2) { background-color: #8A56B6; }
.reseaux-liste-content:nth-child(3) { background-color: #D34B34; }
.reseaux-liste-content:nth-child(4) { background-color: #275994; }

.reseaux-liste-content-logo {}
.reseaux-liste-content-qr {
    width: 166px;
    height: 166px;
}
/**********/

/* HORAIRES DE BUS */

.lignes_bus-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lignes_bus-entete {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.lignes_bus-entete-titre {
    margin-left: 30px;
    text-transform: uppercase;
    color: white;
    font-size: 80px;
    font-family: 'Hansief Rough';
}

.lignes_bus-entete .btn-accueil {
    margin-left: 80px;
    width: 102px;
    height: 144px;
    background-color: #D34B34;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
}
.lignes_bus-entete .btn-accueil span {
    margin-top: 10px;
    text-transform: uppercase;
    color: white;
    font-family: 'OpenSans-ExtraBold';
    font-size: 18px;
}


.ligne_bus-liste {
    margin-top: 113px;
    width: 570px;
    height: 465px;
    overflow-y: auto;
}
.ligne_bus-liste::-webkit-scrollbar {
    width: 9px;
    background-color: #535353;
    border-radius: 4px;
}
.ligne_bus-liste::-webkit-scrollbar-thumb {
    background: rgb(148, 148, 148);
    border-radius: 4px;
}
.ligne_bus-liste > div {
    width: 550px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}


.ligne_bus-vignette {
    width: 160px;
    height: 215px;
    box-sizing: border-box;
    border: 2px solid white;
    display: flex;
    flex-direction: column;
}
.ligne_bus-vignette-image {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ligne_bus-vignette-image img {
    max-width: 95px;
    max-height: 125px;
}
.ligne_bus-vignette-titre {
    background-color: white;
    width: 100%;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'OpenSans-SemiBold';
    font-size: 15px;
    color: #1C1C1C;
}
.ligne_bus-vignette-titre span {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
/**********/